type golang.org/x/tools/internal/typeparams.term

18 uses

	golang.org/x/tools/internal/typeparams (current package)
		termlist.go#L22: type termlist []*term
		termlist.go#L26: var allTermlist = termlist{new(term)}
		termlist.go#L147: func (xl termlist) supersetOf(y *term) bool {
		typeterm.go#L20: type term struct {
		typeterm.go#L25: func (x *term) String() string {
		typeterm.go#L39: func (x *term) equal(y *term) bool {
		typeterm.go#L53: func (x *term) union(y *term) (_, _ *term) {
		typeterm.go#L85: func (x *term) intersect(y *term) *term {
		typeterm.go#L113: func (x *term) includes(t types.Type) bool {
		typeterm.go#L131: func (x *term) subsetOf(y *term) bool {
		typeterm.go#L159: func (x *term) disjoint(y *term) bool {